@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat;
	background-attachment: fixed;
	background-position: left;
	background-position: top;
	background-color:#FFF;
	font-family: Calibri Light, Arial, sans-serif;
	font-size:16px;
	margin-left: 0px;
}

header {
	position: fixed;
	overflow-x: auto;
	z-index:8;
	top: 0px;
	left: 0px;
	right: 0px;
	float: left;
	padding: 2px;
	border-top: 5px solid rgba(10,10,10,0.7);
	border-bottom: 1px solid rgba(25,25,25,0.7);
	background: rgba(250,250,250,0.7); 
}

#header1 {
	width: 950px;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#navigation {
	width: 950px;
	height: auto;
	margin: 18px auto 11px 4px;
	padding: 0px;
	text-align: left;
}
#navigation a {
	font-family: Calibri Light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	text-decoration:none;
	margin-left:25px;
	font-weight: normal;
}
#navigation a:hover {
	color: #F00;
	text-decoration: none;
}
#navigation a:focus,
#navigation a:hover,
#navigation a:active {
	color: #F00;
}

#milieunavigation {
	width: 950px;
	height: auto;
	margin-top: 0em;
	padding-top: 25px;
	padding-left: 25px;
	text-align: left;
  }
#milieunavigation a {
	font-family: Calibri Light, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 35px;
	color: #666;
	text-decoration:none;
  }
#milieunavigation a:hover {
	font-style:italic;
	font-size: 25px;
	line-height: 35px;
	color: #F00;
	text-decoration:none;
  }
#milieunavigation a:focus,
#milieunavigation a:hover,
#milieunavigation a:active {
	color: #F00;
}

#design {
	width: 1100px;
	height: auto;
	border: none;
	margin-top: 0px;
	margin-left: 0px;
}

#fixiert {
    position: absolute;
	z-index:10;
    bottom: 40px; right: 0em;
    width: 100px;
	height: 50px;
    border: 0px;
}
html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert img {
    height: 50px; float: left;
}

#fixiert1 {
    position: absolute;
	z-index:10;
    top: 740px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert1 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert1 img {
    height: 50px; float: left;
}

#fixiert2 {
    position: absolute;
	z-index:10;
    top: 670px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert2 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert2 img {
    height: 50px; float: left;
}

#fixiert3 {
    position: absolute;
	z-index:10;
    top: 600px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert3 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert3 img {
    height: 50px; float: left;
}

#fixiert4 {
    position: absolute;
	z-index:10;
    top: 530px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert4 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert4 img {
    height: 50px; float: left;
}
#fixiert5 {
    position: absolute;
	z-index:10;
    top: 460px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert5 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert5 img {
    height: 50px; float: left;
}

#fixiert6 {
    position: absolute;
	z-index:11;
    top: 390px; right: 0em;
    width: 50px;
	height: 50px;
    border: 0px;
}
html>body #fixiert6 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert6 img {
    height: 50px; float: left;
}

#fixiert7 {
    position: absolute;
	z-index:11;
    top: 110px; right: 0em;
    width: 80px;
	height: 150px;
    border: 0px;
}
html>body #fixiert7 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert7 img {
    height: 150px; float: left;
}

#content {
	font-family: "Calibri Light", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 29px;
	text-align:left;
	color: #666;
	padding: 25px;
	height: auto;
}

#strich {
	width: 100%;
	height: 1.1px;
	background-color: #666;
	text-align:left;
	margin-top: 5px;
	margin-left: 0px;
}

.marquee {
    width: 100%;
	height: auto;
	margin-left: 0px;
	margin-top: 60px;
	background-image: url(../bilder/laufband_hg14.png);
	color: Black;
    white-space: nowrap;
    overflow: hidden;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

#h1 {
	padding-top: 80px;
	padding-left: 25px;
	font-family: Calibri Light, Arial, Helvetica, sans-serif;
	font-size:48px;
	color: #666;
	text-align:left;
	margin-top: 0px;
}

#h2 {
	padding-top: 80px;
	padding-left: 0px;
	font-family: Calibri Light, Arial, Helvetica, sans-serif;
	font-size:48px;
	color: #666;
	text-align:left;
	margin-top: 0px;
}

#h4 {
	padding-top: 5px;
	margin-left: 23px;
	padding-right: 30px;
	font-family: Calibri Light, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #666;
	text-align:left;
	margin-top: 40px;
}



#a3 { position:relative; top:0px; left: 0; right: auto; width:1100px; height:1350px;
  	z-index:1; border: 0px solid #666; background-color: ; 
}   
  		#a3a3 { position:absolute; top:50px; left:0px; width:600px; height:400px;
      	z-index:2; background-color: ; 
  		}
  			#a3a3 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}

  		#a3b2 { position:absolute; top:50px; left:650px; width:450px; height:400px;
      	z-index:4; background-color: ; 
  		}
			#a3b2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a3b2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}
  		#a3b3 { position:absolute; top:600px; left:0px; width:1100px; height:700px;
      	z-index:4; background-color: ; 
  		}
			#a3b3 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}



#a4 { position:relative; top:0px; left: 0; right: auto; width:1100px; height:1350px;
  	z-index:1; border: 0px solid #666; background-color: ; 
}   
  		#a4a1 { position:absolute; top:50px; left:0px; width:1100px; height:700px;
      	z-index:2; background-color: ; 
  		}
  			#a4a1 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}
  		#a4a2 { position:absolute; top:900px; left:0px; width:450px; height:400px;
      	z-index:2; background-color: ; 
  		}
			#a4a2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a4a2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}
  		#a4b1 { position:absolute; top:900px; left:500px; width:600px; height:400px;
      	z-index:3; background-color: ; 
  		}
  	  		#a4b1 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}






#a5 { position:relative; top:0px; left: 0; right: auto; width:1100px; height:2800px;
  	z-index:1; border: 0px solid #666; background-color: ; 
}   
  		#a5a1 { position:absolute; top:50px; left:0px; width:1100px; height:700px;
      	z-index:2; background-color: ; 
  		}
  			#a5a1 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}
  		#a5a2 { position:absolute; top:900px; left:0px; width:450px; height:400px;
      	z-index:2; background-color: ; 
  		}
			#a5a2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a5a2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}
  		#a5a3 { position:absolute; top:1350px; left:0px; width:600px; height:400px;
      	z-index:2; background-color: ; 
  		}
  			#a5a3 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}
  		#a5b1 { position:absolute; top:900px; left:500px; width:600px; height:400px;
      	z-index:3; background-color: ; 
  		}
  	  		#a5b1 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}
  		#a5b2 { position:absolute; top:1350px; left:650px; width:450px; height:400px;
      	z-index:4; background-color: ; 
  		}
			#a5b2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a5b2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}
  		#a5b3 { position:absolute; top:1900px; left:0px; width:1100px; height:700px;
      	z-index:4; background-color: ; 
  		}
			#a5b3 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}

#a6 { position:relative; top:0px; left: 0; right: auto; width:1100px; height:1800px;
  	z-index:1; border: 0px solid #666; background-color: ; 
}   
  		#a6a1 { position:absolute; top:50px; left:0px; width:1100px; height:700px;
      	z-index:2; background-color: ; 
  		}
  			#a6a1 img {
    		max-width: 100%; max-height: 100%; float: left;
  			}
  		#a6a2 { position:absolute; top:900px; left:0px; width:450px; height:400px;
      	z-index:2; background-color: ; 
  		}
			#a6a2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a6a2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}

  		#a6b1 { position:absolute; top:900px; left:500px; width:600px; height:400px;
      	z-index:3; background-color: ; 
  		}
  	  		#a6b1 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}
  		#a6b2 { position:absolute; top:1350px; left:650px; width:450px; height:400px;
      	z-index:4; background-color: ; 
  		}
			#a6b2 img {
    		max-width: 100%; max-height: 100%; float: right;
  			}			
			#a5b2 t1 {
    		font: normal 100% Arial, Helvetica, sans-serif;
			font-size: 25px; z-index:3;
  			}


#footer {
	position: relative;
	overflow-x: auto;
	z-index:8;
	width: 100%;
	height: 700px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	float: left;
	padding: 2px;
	border-top: 1px solid rgba(150,150,150,0.7);
	background: rgba(220,220,220,1);
        }